home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / edit174.zip / EDIT174.DOC next >
Text File  |  1992-07-05  |  3KB  |  66 lines

  1.  
  2.      07-05-92 EDIT174.DOC
  3.  
  4.      What
  5.      ----
  6.      This archive, commonly distributed as EDIT174.ZIP, is a replacement
  7.      set of merges to add the ANSIED full-screen editor merge to RBBS-PC
  8.      v17.4.  Replacement merges are provided for the EDIT and ETOG-style of
  9.      merge.  If you have the AED244A.ZIP file, the merges provided will not
  10.      work with RBBS v17.4.
  11.  
  12.      Why
  13.      ---
  14.      This release of the EDIT and ETOG merges addresses some of the new
  15.      features found in RBBS v17.4.  In particular, after entering a
  16.      message, RBBS now offers the E)dit more option.  This new set of
  17.      merges fully supports the features found in RBBS-PC v17.4.
  18.  
  19.      How
  20.      ---
  21.      To merge ANSIED into RBBS-PC v17.4, you'll need the archive
  22.      AED244A.ZIP (the original ANSIED v2.44a archive), BLED.EXE (Ken
  23.      Goosens' merge utility), QuickBASIC and these files.  To do the merge,
  24.      follow the instructions in the AED244A archive, but use the .MRG files
  25.      in this archive instead of the ones in AED244A.
  26.  
  27.      Basically, you run the UPGRADE4 (or UPGRADE3) batch file like this:
  28.  
  29.          UPGRADE4 EDIT y       for the EDIT merges, or
  30.  
  31.          UPGRADE4 ETOG y       for the ETOG merges.
  32.  
  33.      To include my UGLY merges also, get UGLY174.ZIP and type:
  34.  
  35.          UPGRADE4 UGLY EDIT y     or...
  36.  
  37.          UPGRADE4 UGLY EDIT y
  38.  
  39.      Notation
  40.      --------
  41.      Merges are added to the released RBBS source code in the form of .MRG
  42.      files.  MRG files contain only the lines of source code that were
  43.      changed.  In the EDIT and ETOG merges, modifications are indicated
  44.      with a comment in column 70 (or greater) that look like:
  45.  
  46.         ' ET070501
  47.  
  48.      Changes marked as "' ET070501" are for the ETOG merges.  Changes
  49.      marked as "' ED070501" are the EDIT merges.  These comments make it
  50.      easy to see what lines of code actually change.
  51.  
  52.      Changes marked as "' UG0705xx" are part of my UGLY merges.  You get
  53.      these changed lines for free!
  54.  
  55.      About ETOG
  56.      ----------
  57.      If you're using the ETOG merges, you may notice that when you
  58.      recompile, your users no longer have their editor toggle set
  59.      correctly.  In RBBS v17.4, the bit in the users file that used to be
  60.      used for the editor toggle is now the "files waiting" flag.  So, the
  61.      ETOG merges now use a different bit, and all of your users need to go
  62.      through and re-toggle ANSIED on if they'd like to use it.
  63.  
  64.      -- Tom Collins
  65.  
  66.